@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Roboto Light', sans-serif;
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
	font-family: "Roboto Regular", sans-serif;
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
	font-family: 'Roboto Medium', sans-serif;
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
	font-family: "Roboto Bold", sans-serif;
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 800;
  font-style: normal;
}

@font-face {
	font-family:"TIMES";
  src: url("../fonts/TIMES.TTf");
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	cursor: url(../image/cur.png), default;
}
/* a:hover {
  text-decoration: none;
  cursor: url(../image/hcur.png), default;
} */
body {
	color: #000;
	font-size: 15px;
	font-family: "Roboto" arial;
	background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,button,textarea,select,optgroup,option,button {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
	border: none;
}

input,button,textarea,select {
	*font-size: 100%;
}

input,select {
	vertical-align: middle;
}

i,em {
	font-style: normal;
}

select,input,button,textarea,button {
	font: 99% arial,helvetica,clean,sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

dl,dt {
	font-weight: normal;
}

a {
	color: #666;
	text-decoration: none;
}

a:focus,input, button, textarea, select {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

* {
	scrollbar-width: none;
}

::-webkit-scrollbar {
	width: 7.5px;
	height: 6px;
	background-color: #f0f0f0;
	display: none
}

::-webkit-scrollbar-thumb {
	background-color: #b1b1b1;
	border-radius: 15px
}

::-webkit-scrollbar-thumb:hover {
	background-color: #777
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.imgfd {
	overflow: hidden;
}

.imgfd img {
	transition: all 0.5s ease;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
}

.imgfd:hover img {
	transform: scale(1.1);
}

.wrap {
	max-width: 1640px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

td {
	display: table-cell;
	vertical-align: inherit;
	border: 1px solid #666;
	padding: 10px;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 2px;
	width: 100%;
}

tr td:nth-child(1) {
	background: #d9edf7;
}

.firstRow td:nth-child(1) {
	background: #d9edf7;
}

@font-face {
	font-family: 'TIMES';
}

html {
	background-color: #ffffff;
}

html,
body {
	position: relative;
	overflow-x: hidden;
}

* {
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}

a {
	color: #494949;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all 0.4s;
}

input,
select,
textarea {
	color: #494949;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

textarea {
	font-family: arial, "Microsoft YaHei",Helvetica, Verdana, sans-serif;
}

select::-ms-expand {
	display: none;
}

a:focus,
a:active {
	outline: none;
}

a:hover {
	color: #fbd100;
	text-decoration: none;
}

table,
tr,
td {
	border-collapse: collapse;
}

img {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-ms-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

img {
	-webkit-transition: border .2s;
	-moz-transition: border .2s;
	-ms-transition: border .2s;
	transition: border .2s;
}

a.a-link {
	color: #005eb8;
	text-decoration: underline;
}

a.a-link:hover {
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.container::before {
	display: table;
	content: "";
}

.container::after {
	display: table;
	content: "";
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.no-type {
	list-style: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

body {
	color: #494949;
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

body.body-bg {
	background-color: #0a2355;
}

header {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	z-index: 99;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

header .head-wrap {
	position: relative;
}

header .logo {
	width: 100px;
	display: block;
}

header .logo img {
	display: block;
	width: 100%;
}

header .head-left {
	float: left;
	font-size: 14px;
}

header .top-right {
	position: absolute;
	right: 0;
	top: 50%;
}

header .head-right {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

header .head-right a {
	display: inline-block;
	vertical-align: middle;
}

header .head-right .a-search {
	display: none;
	width: 28px;
	height: 28px;
	background: url(../image/search_icon.png) no-repeat center;
	background-size: contain;
}

header .head-right .a-search:hover {
	background-image: url(../image/search_icon_hover.png);
}

header .head-right .a-menu {
	width: 34px;
	height: 24px;
	margin-left: 18px;
	background: url(../image/menu_icon.png) no-repeat center;
	background-size: contain;
}

header .head-right .a-menu:hover {
	background-image: url(../image/menu_icon_hover.png);
}

header .head-lang {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

header .head-lang a {
	color: #fff;
	padding: 0 5px;
}

header .head-lang a:hover {
	color: #005eb8;
}

header.sticky {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(10, 35, 85, 0.7);
}

header.sticky .logo {
	width: 100px;
}

header.sticky #stockFrame2 iframe {
	height: 38px;
	width: 100%;
	position: fixed;
	top: 32px!important;
}

#stockFrame2 iframe {
	height: 38px;
	width: 100%;
	position: fixed;
	top: 67px;
}

.head-stock-wrap p {
	font-size: 12px;
}

.head-stock {
	line-height: .8;
	margin-top: 2px;
}

.head-stock span {
	display: block;
	position: relative;
}

.head-stock span i {
	position: relative;
	padding-right: 15px;
}

.head-stock span i::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 4px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.head-stock .float-up i::after {
	border-bottom: 6px solid #00a651;
}

.head-stock .float-down i::after {
	border-top: 6px solid #005eb8;
}

#banner {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: #0a2355;
	z-index: 1;
}

#banner .b-prev,
#banner .b-next {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	opacity: .6;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#banner .b-prev:hover,
#banner .b-next:hover {
	opacity: 1;
}

#banner .b-prev {
	left: 10px;
	background-image: url(../image/arr_prev.png);
}

#banner .b-next {
	right: 10px;
	background-image: url(../image/arr_next.png);
}

#banner .slick-list {
	width: 100%;
	height: 100%;
}

#banner .slick-track {
	width: 100%;
	height: 100%;
}

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	color:#fff;
}
@media(max-width:1000px){
	.scroll-down{
		display: none;
	}
}
.scroll-down i {
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
}

.scroll-down i::after {
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	color:#fff;
}

.scroll-down:hover {
	color: #faba01;
}

.scroll-down:hover i {
	border-color: #faba01;
}

.scroll-down:hover i::after {
	background-color: #faba01;
}

ul.banner-list {
	position: relative;
	width: 100%;
	height: 100%;
}

ul.banner-list li {
	float: left;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

ul.banner-list li:nth-child(1) {
	background-image: url(../image/banner1.jpg);
}

ul.banner-list li:nth-child(2) {
	background-image: url(../image/banner2.jpg);
}

ul.banner-list li:nth-child(3) {
	background-image: url(../image/banner3.jpg);
}

ul.banner-list .banner-info {
	position: absolute;
	color: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease-in-out 1.6s;
	-moz-transition: all ease-in-out 1.6s;
	-ms-transition: all ease-in-out 1.6s;
	-o-transition: all ease-in-out 1.6s;
	transition: all ease-in-out 1.6s;
}

ul.banner-list .banner-info h6 {
	font-size: 48px;
	font-family: "TIMES";
	line-height: .8;
}

ul.banner-list .banner-info p {
	font-size: 20px;
	padding-left: 65px;
	line-height: 1;
}

ul.banner-list li:nth-child(2) .banner-info,
ul.banner-list li:nth-child(3) .banner-info {
	width: 80%;
}

ul.banner-list .txt-box {
	width: 100%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}

ul.banner-list a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

ul.banner-list .txt-box img {
	display: block;
	width: 100%;
}

ul.banner-list .slick-current + li .banner-info {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}

ul.banner-list .slick-current .banner-info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

#index-content {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.index-tit {
	text-align: center;
	padding-bottom: 35px;
	position: relative;
	margin-bottom: 28px;
}

.index-tit h6 {
	text-transform: uppercase;
	color: #494949;
	font-size: 35px;
	font-family: "TIMES";
	line-height: 1;
	white-space: nowrap;
}

.index-tit span {
	display: block;
	color: #494949;
	font-size: 30px;
	line-height: 1;
}

.index-tit:after {
	content: "";
	display: block;
	width: 56px;
	height: 10px;
	position: absolute;
	bottom: 0;
	background-color: #005eb8;
}

.index-contact-wrap .index-tit:after {
	background-color: #ffffff;
}

.read-more {
	margin-top: 30px;
}

.read-more a {
	display: block;
	width: 58px;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #494949;
	background: url(../image/arr_more.png) no-repeat center;
	background-size: 32px auto;
}

.read-more a span {
	opacity: 0;
	visibility: hidden;
}

.read-more a:hover {
	background-color: #005eb8;
}

.index-about {
	padding-bottom: 80px;
	background-color: #fff;
	position: relative;
	z-index: 3;
	font-size: 18px;
	line-height: 2;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}
.index-about-content p{
	text-indent: 2em;
}
@media(max-width:1000px){
	.index-about{
		padding-top: 50px;
	}
}
.index-about .read-more a:hover,
.index-ann .read-more a:hover,
.index-stock-report .read-more a:hover {
	background-image: url('../image/arr_next.png');
	background-color: #1f3b6e;
}

.index-about-content p {
	margin-bottom: 25px;
}

.index-about-img img {
	display: block;
	width: 100%;
}

.index-bus {
	border-bottom: 16px solid #005eb8;
}

.index-bus-wrap {
	position: relative;
}

.index-bus-wrap .bus-prev,
.index-bus-wrap .bus-next {
	display: block;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px auto;
}

.index-bus-wrap .bus-prev {
	background-image: url(../image/arr_prev.png);
	left: 10px;
}

.index-bus-wrap .bus-next {
	right: 10px;
	background-image: url(../image/arr_next.png);
}

.index-bus-box .item {
	float: left;
	position: relative;
	overflow: hidden;
	height: 610px;
}

.index-bus-box .item:hover .item-bg {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.index-bus-box .item-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-bus-box .item-tit {
	color: #fff;
	text-align: center;
}

.index-bus-box .item-tit h6 {
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 22px;
	font-family: "TIMES";
}

.index-bus-box .item-tit span {
	display: block;
	line-height: 1.2;
	font-size: 30px;
}

.index-bus-box .item-content {
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background-color: rgba(10, 35, 85, 0.8);
}

.index-bus-box .item-info {
	width: 80%;
	max-width: 490px;
	margin-right: auto;
	margin-left: auto;
}

.index-bus-box .item-desc {
	margin-top: 40px;
	text-align: center;
}

#ver-sc .index-bus-box .item-desc,
#ver-tc .index-bus-box .item-desc {
	text-align: justify;
}

#ver-en .index-bus-box .item-desc {
	line-height: 1.3;
}

.index-bus-box .read-more a {
	border: 1px solid #fff;
	background-image: url(../image/arr_next.png);
}

.index-bus-box .read-more a:hover,
.index-news .read-more a:hover,
.index-contact .read-more a:hover {
	background-image: url('../image/arr_more.png');
	background-color: #fff;
}

.index-ann {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../image/index_ann_bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-color: #fff;
	background-size: 100% auto;
}

ul.index-ann-list li {
	margin-top: 28px;
}

ul.index-ann-list li .inner-li {
	max-width: 580px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(10, 35, 85, 0.8);
}

ul.index-ann-list li .inner-li a {
	color: #fff;
	display: block;
	padding: 35px;
	line-height: 1.2;
}

ul.index-ann-list li .inner-li a span {
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

ul.index-ann-list li:first-child {
	margin-top: 0;
}

.index-news {
	overflow: hidden;
	border-bottom: 16px solid #005eb8;
}

ul.index-news-list li {
	position: relative;
	overflow: hidden;
	height: 345px;
	background: #000000;
}

ul.index-news-list li .li-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

ul.index-news-list li .li-bg::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

ul.index-news-list li .container {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

ul.index-news-list li .inner-li {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

ul.index-news-list li .news-info {
	color: #fff;
}

ul.index-news-list li .news-info p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

ul.index-news-list li .date {
	display: block;
}

ul.index-news-list li .type {
	display: inline-block;
	padding: 2px 8px;
	margin-top: 15px;
	margin-bottom: 8px;
	background-color: #005eb8;
}

ul.index-news-list li .read-more {
	position: absolute;
	right: 0;
	bottom: 35px;
}

ul.index-news-list li .read-more a {
	border-color: #fff;
	background-image: url(../image/arr_next.png);
}

ul.index-news-list li:hover .li-bg {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.index-stock-report {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../image/index_stock_report.jpg) no-repeat center;
	background-attachment: fixed;
	background-color: #fff;
	background-size: 100% auto;
}

.csr-report a {
	display: block;
}

.csr-report a img {
	display: block;
	width: 100%;
}

.index-contact {
	overflow: hidden;
	background-color: #be2830;
}

.stock-report-wrap .stock-wrap iframe {
	min-width: 345px;
	min-height: 220px;
}

.index-contact-wrap {
	padding-top: 50px;
	padding-bottom: 30px;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
}

.index-contact-wrap .index-tit h6,
.index-contact-wrap .index-tit span {
	color: #fff;
}

.index-contact-wrap .read-more a {
	border-color: #fff;
	background-image: url(../image/arr_next.png);
}

.index-contact-wrap .contact-box {
	overflow: hidden;
}

.index-contact-wrap .contact-box .item {
	float: left;
	padding-left: 12px;
}

.index-contact-wrap .contact-box .item h5 {
	font-size: 22px;
	font-weight: bold;
}

.index-contact-wrap .contact-box .item a {
	color: #fff;
}

.index-contact-wrap .contact-box .item a:hover {
	opacity: .6;
}

.index-contact-wrap .slick-list::after {
	content: "";
	display: table;
	clear: both;
}

.index-contact-wrap ul.slick-dots {
	margin-top: 35px;
	padding-left: 12px;
}

.index-contact-wrap ul.slick-dots li {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 12px;
	border: 2px solid #fff;
	background: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.index-contact-wrap ul.slick-dots li button {
	display: none;
}

.index-contact-wrap ul.slick-dots li.slick-active {
	background: #fff;
}

ul.index-contact-list li {
	margin-top: 12px;
}

ul.index-contact-list li span {
	display: block;
	position: relative;
	padding-left: 28px;
	line-height: 24px;
}

ul.index-contact-list li span::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 24px;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

ul.index-contact-list li .address::before {
	background-image: url(../image/loc.png);
}

ul.index-contact-list li .tel::before {
	background-image: url(../image/phone.png);
}

ul.index-contact-list li .fax::before {
	background-image: url(../image/fax.png);
}

ul.index-contact-list li .email::before {
	background-image: url(../image/email.png);
}

.ie .index-ann,
.ie .index-stock-report {
  /* background-attachment: scroll; */
	background-position: center !important;
}

.g-map {
	width: 100%;
	height: 480px;
	position: relative;
}

.g-map .map-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.g-map .map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.g-map .map-2 {
	display: none;
}

.main-left,
.main-right {
	float: left;
}

.inner-banner {
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.inner-banner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.inner-banner-tit {
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
}

.inner-banner-tit h6 {
	font-size: 40px;
	line-height: 1;
	font-family: "TIMES";
}

.inner-banner-tit span {
	display: block;
	font-size: 30px;
	line-height: 1;
}

.inner-banner-tit::after {
	content: "";
	display: block;
	width: 56px;
	height: 10px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -28px;
	background-color: #005eb8;
}

.about-banner {
	background-image: url(../image/about_banner.jpg);
}

.business-banner {
	background-image: url(../image/business_banner.jpg);
}

.news-banner {
	background-image: url(../image/news_banner.jpg);
}

.ir-banner {
	background-image: url(../image/ir_banner.jpg);
}

.csr-banner {
	background-image: url(../image/csr_banner.jpg);
}

.contact-banner {
	background-image: url(../image/contact_banner.jpg);
}

article {
	overflow: hidden;
	line-height: 2;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

article .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

article p {
	margin-bottom: 20px;
}

article h2 {
	font-size: 24px;
	margin-bottom: 16px;
	font-weight: bold;
	margin-top: 50px;
}

article h2:first-child {
	margin-top: 0;
}

article h2 + h2 {
	margin-top: 30px;
}

article h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 50px;
}

article .index-contact .container {
	padding-top: 0;
	padding-bottom: 0;
}

article h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

article h5 {
	margin-bottom: 20px;
}

article .news-date {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 25px;
}

ul.bread-nav-list {
	text-align: right;
}

ul.bread-nav-list li {
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
}

ul.bread-nav-list li i {
	font-style: normal;
}

.inner-tit {
	color: #494949;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}

.inner-tit h6 {
	font-size: 30px;
	line-height: 1;
	font-family: "TIMES";
}

.inner-tit h6 i {
	font-style: normal;
}

.inner-tit span {
	display: block;
	font-size: 30px;
	line-height: 1;
}

.inner-tit::after {
	content: "";
	display: block;
	width: 56px;
	height: 10px;
	position: absolute;
	bottom: 0;
	background-color: #005eb8;
}

ul.dots-list li {
	position: relative;
	padding-left: 16px;
}

ul.dots-list li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #005eb8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.art-content {
	min-height: 350px;
}

.content-img {
	margin-bottom: 30px;
}

.content-img img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.ir-report {
	background: url(../image/ir_report_bg.jpg) no-repeat left bottom;
	background-size: cover;
}

ul.report-list li {
	margin-bottom: 30px;
}

ul.report-list li .inner-li {
	width: 90%;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid transparent;
}
/* ul.report-list li .inner-li:hover {
  border-color: #005eb8;
} */
ul.report-list li .inner-li:hover .r-info h6 {
	color: #005eb8;
}

ul.report-list li .inner-li a {
	display: block;
}

ul.report-list li .inner-li a img {
	display: block;
	width: 100%;
}

ul.report-list li .inner-li .r-info {
	color: #fff;
	text-align: center;
	padding: 25px 12%;
	background-color: #13264b;
}

ul.report-list li .inner-li .r-info span {
	display: block;
}

ul.report-list li .inner-li .r-info .r-date {
	letter-spacing: 5px;
	margin-bottom: 30px;
}

ul.report-list li .inner-li .r-info h6 {
	font-weight: bold;
	font-size: 28px;
	display: table;
	width: 100%;
}

ul.report-list li .inner-li .r-info h6 span {
	display: table-cell;
	vertical-align: middle;
}

ul.report-list li .inner-li .r-info .r-download {
	padding-left: 40%;
	position: relative;
	margin-top: 30px;
}

ul.report-list li .inner-li .r-info .r-download a {
	color: #005eb8;
	text-align: right;
	padding-right: 35px;
	line-height: 30px;
	background: url(../image/arr_right_red.png) no-repeat right center;
	background-size: auto 28px;
}

ul.report-list li .inner-li .r-info .r-download:hover a {
	color: #fff;
	background-image: url(../image/arr_right_white.png);
}

ul.report-list li .inner-li .r-info .r-download::before {
	content: "";
	display: block;
	width: 40%;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #005eb8;
}

ul.comm-list li {
	padding: 20px 10px;
}

ul.comm-list li .d-cell span,
ul.comm-list li .d-cell a {
	display: block;
	line-height: 1.4;
}

ul.comm-list li:nth-child(odd) {
	background-color: #efefef;
}

ul.comm-list li:nth-child(even) {
	background-color: #fff;
}

ul.comm-list li:hover {
	color: #005eb8;
}

ul.comm-list li:hover a {
	color: #005eb8;
}

.pages {
	text-align: center;
	margin-top: 30px;
}

.pages a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 30px;
}

.pages a.current {
	color: #005eb8;
	text-decoration: underline;
}

.pages .prev-page,
.pages .next-page {
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 28px;
}

.pages .prev-page i,
.pages .next-page i {
	font-style: normal;
	visibility: hidden;
	opacity: 0;
}

.pages .prev-page {
	background-image: url(../image/arr_left_red.png);
}

.pages .next-page {
	background-image: url(../image/arr_right_red.png);
}

.table-wrap {
	margin-bottom: 30px;
	overflow-x: auto;
	position: relative;
}

.table-wrap .swipe-hand {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.table-wrap .swipe-hand span {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../image/hand_icon.png) no-repeat center;
	background-size: contain;
}

.table {
	min-width: 800px;
	width: 99.9%;
}

.table thead {
	color: #fff;
	background-color: #d70c19;
}

.table thead th {
	line-height: 1.2;
	padding: 12px 5px;
}

.table tbody tr td {
	padding: 12px 5px;
	vertical-align: bottom;
	line-height: 1.2;
}

.table tbody tr td:nth-child(2) {
	font-weight: bold;
	border-left: 1px solid #d70c19;
	border-right: 1px solid #d70c19;
}

.table tbody tr:first-child td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

.result-table {
	text-align: center;
}

.result-table thead th {
	width: 12%;
}

.result-table thead th:first-child {
	width: 40%;
}

.result-table tr th:first-child,
.result-table tr td:first-child {
	text-align: left;
}

.result-table tbody tr:last-child td {
	color: #fff;
	background-color: #0a2355;
}

ul.news-list::after {
	content: "";
	display: table;
	clear: both;
}

ul.news-list + .pages {
	margin-top: 0;
}

ul.news-list li {
	margin-bottom: 16px;
}

ul.news-list li .inner-li a {
	display: block;
	color: #494949;
}

ul.news-list li .inner-li a:hover .info h3 {
	color: #005eb8;
}

ul.news-list li .inner-li .img {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

ul.news-list li .inner-li img {
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

ul.news-list li .inner-li .date-type::after {
	content: "";
	display: table;
	clear: both;
}

ul.news-list li .inner-li .info .type {
	display: block;
	color: #fff;
	line-height: 1.2;
	padding: 2px 4px;
	background-color: #005eb8;
}

ul.news-list li .inner-li .info .date {
	display: block;
	line-height: 1.2;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.news-list li .inner-li .info h3 {
	line-height: 1.2;
	font-size: 22px;
	height: 52px;
	font-weight: bold;
	margin: 10px 0 0 0;
	overflow: hidden;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

ul.news-list li .inner-li .info p {
   line-height:1.2; 
	/*line-height: 1.3;*/
	margin-top: 16px;
	height: 70px;
	overflow: hidden;
}

ul.news-list li .inner-li .d-cell:nth-child(2) {
	padding: 12px;
	background-color: #ececec;
}

.about-bus-wrap {
	position: relative;
}

.about-bus-wrap .b-prev,
.about-bus-wrap .b-next {
	display: block;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px auto;
}

.about-bus-wrap .b-prev {
	background-image: url(../image/arr_prev.png);
	left: 0px;
}

.about-bus-wrap .b-next {
	background-image: url(../image/arr_next.png);
	right: 0px;
}

.about-bus-box {
	overflow: hidden;
}

.about-bus-box .item {
	float: left;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.about-bus-box .item:nth-child(odd) .item-bg::before {
	background-color: rgba(10, 40, 93, 0.8);
}

.about-bus-box .item:nth-child(even) .item-bg::before {
	background-color: rgba(216, 14, 25, 0.6);
}

.about-bus-box .item:hover .item-bg {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.about-bus-box .item-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.about-bus-box .item-bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.about-bus-box .inner-item {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 0 40px;
}

.about-bus-box .inner-item h5 {
	margin-bottom: 20px;
	font-size: 16px;
}

.about-bus-box .inner-item *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.right-img {
	margin-bottom: 20px;
}

.right-img img {
	display: block;
	width: 100%;
}

.contact-us {
	background: url(../image/contact_us_bg.jpg) no-repeat center;
	background-size: cover;
}

.form input,
.form select,
.form textarea {
	display: block;
	width: 100%;
	padding: 8px 0;
}

.form .form-item {
	padding: 4px 12px;
	margin-bottom: 40px;
	border: 1px solid #005eb8;
	background-color: #fff;
}

.form .form-item .d-table {
	display: table;
	width: 100%;
}

.form .form-item .d-table > span {
	display: table-cell;
	vertical-align: middle;
}

.form select {
	position: relative;
	border: none;
	z-index: 2;
	font-size: inherit;
	background: none;
	background: url(../image/arr_down.png) no-repeat right center;
	background-size: 30px auto;
}

.form button {
	position: relative;
	padding-left: 100px;
	font-size: inherit;
	line-height: 30px;
	padding-right: 30px;
	cursor: pointer;
	border: none;
	background: url(../image/arr_right_red.png) no-repeat right center;
	background-size: auto 28px;
}

.form button::before {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #d70e19;
}

.contact-form .form-item .d-table > span:first-child {
	width: 100px;
	min-width: 100px;
}

.year-wrap {
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}

.year-wrap .current-year {
	float: left;
	border-top: 5px solid transparent;
}

.year-wrap .year-box {
	width: 200px;
	float: right;
	position: relative;
}

.year-wrap .select-year {
	display: block;
	cursor: pointer;
	text-align: center;
	position: relative;
	padding-right: 30px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid #005eb8;
}

.year-wrap .select-year::after {
	content: "";
	display: block;
	width: 28px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 25px;
	background: url(../image/arr_down.png) no-repeat center;
	background-size: 100% auto;
}

.year-wrap::after {
	clear: right;
}

.year-box:hover .select-year {
	color: #fff;
	border-top: 5px solid #005eb8;
	background-color: #005eb8;
}

.year-box:hover .select-year::after {
	background-image: url(../image/arr_down_white.png);
}

.year-box:hover ul.year-list {
	display: block;
}

ul.year-list {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(10, 35, 85, 0.9);
}

ul.year-list li a {
	display: block;
	padding: 6px 25px;
	color: #fff;
}

ul.year-list li a:hover {
	background-color: #005eb8;
}

.news-year-wrap {
	text-align: right;
}

.news-year-wrap .year-box {
	width: 49%;
	max-width: 200px;
	display: inline-block;
	float: none;
	text-align: left;
}



.share-box {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.share-box a {
  /* margin-bottom: 0; */
	display: inline-block;
	width: 36px !important;
	height: 36px !important;
	font-size: 22px !important;
	color: #373737;
	float: none !important;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0 !important;
	line-height: 36px !important;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-image: none !important;
	background-color: #fff;
}

.share-box div {
	clear: none !important;
}

.share-box a:hover {
	color: #005eb8;
}

.share-box a:first-child {
	margin-left: 0px;
}

.art-right {
	padding-bottom: 30px;
}
.art-right p img{
	max-width:100%;
}
.art-right center{
	margin-top:20px;
}
.art-right img{
	max-width:100%;
}
.art-right .share-box a:hover {
	background-color: #373737;
	color: #ffffff!important;
}

.art-right .share-box a:nth-child(1) {
	color: #e6162d;
}

.art-right .share-box a:nth-child(2) {
	color: #6cc547;
}

.art-right .share-box a:nth-child(3) {
	color: #55adee;
}
/*.art-right .share-box a:nth-child(4){color: #ff0000;}*/
.art-right .share-box a:nth-child(4) {
	color: #3b579d;
}


ul.sitemap-list {
	margin-top: 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.sitemap-list a {
	display: inline-block;
	padding: 2px 0;
}

ul.sitemap-list.pad-sitemap {
	display: none;
}

ul.sitemap-list.phone-sitemap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pad-qr-box {
	margin-top: 30px;
}

#nav {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 120;
	background-color: rgba(10, 35, 85, 0.95);
}

#nav .container {
	width: 100%;
	height: 100%;
}

#nav .nav-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#nav .logo {
	display: block;
	width: 104px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#nav .logo img {
	display: block;
	width: 100%;
}

#nav .lang-wrap {
	font-size: 0;
	color: #fff;
	text-align: center;
	line-height: 28px;
}

#nav .lang-wrap a,
#nav .lang-wrap i {
	display: inline-block;
	vertical-align: middle;
}

#nav .lang-wrap a {
	font-size: 18px;
}

#nav .lang-wrap i {
	font-style: normal;
	font-size: 28px;
	padding: 0 15px;
}

#nav .lang-phone {
	margin-top: 45px;
}

#nav .share-box {
	margin-top: 20px;
	margin-bottom: 0;
}

#nav .nav-box {
	width: 100%;
	height: 100%;
	position: relative;
}

#nav .nav-btm {
	font-size: 0;
	text-align: center;
}

#nav .nav-btm a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
}

#nav .nav-btm a:hover {
	color: #005eb8;
}

.lang-wrap {
	text-align: center;
}

.lang-wrap a {
	color: #fff;
}

.lang-wrap a:hover {
	color: #005eb8;
}

.lang-pc {
	display: none;
}

ul.nav-list a {
	color: #fff;
	display: inline-block;
	padding: 4px 0;
}

ul.nav-list a:hover {
	color: #005eb8;
}

ul.nav-list li {
	text-align: center;
	position: relative;
}

ul.nav-list li > a {
	display: block;
	line-height: 1.2;
	font-size: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.nav-list li .sub-nav {
	display: none;
}

ul.nav-list li:hover > a {
	color: #005eb8;
}

ul.nav-list li dl dd p {
	padding-left: 16px;
	font-size: 14px
}

ul.nav-list li.current > a,
ul.nav-list li dl dd.current > a,
ul.nav-list li dl dd p.current > a {
	color: #005eb8;
}

.nav-close {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 28px;
	right: 0;
	background: url(../image/close_icon.png) no-repeat center;
	background-size: contain;
}

.nav-close:hover {
	background-image: url(../image/close_icon_hover.png);
}

.w1025 {
	display: none;
}

.p-span span {
	display: block;
}

ul.milestone-list li {
	padding: 12px 0;
	border-bottom: 1px solid #005eb8;
}

ul.milestone-list li:first-child {
	border-top: 1px solid #005eb8;
}

ul.milestone-list li .m-title {
	display: block;
	position: relative;
	cursor: pointer;
}

ul.milestone-list li .m-title:hover,
ul.milestone-list li .m-title.active {
	color: #005eb8;
}

ul.milestone-list li .m-title i {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}

ul.milestone-list li .m-title i::before,
ul.milestone-list li .m-title i::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #005eb8;
}

ul.milestone-list li .m-title i::before {
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

ul.milestone-list li .m-title i::after {
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

ul.milestone-list li .m-title:hover i::after {
	display: none;
}

ul.milestone-list li .m-title.active i::after {
	display: none;
}

ul.milestone-list li .m-detail {
	display: none;
	padding-top: 30px;
}

ul.milestone-list li .m-detail h4 {
	text-align: left;
	margin-bottom: 15px;
}

ul.report-list li .inner-li .r-info h6 {
	min-height: 120px;
}

ul.report-list li .inner-li a img {
	min-height: 395px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clear{
	clear:both;
}
.banner img{
	width:100%;
	display:block;
}
.bannernext{
	right: 8% !important;
}
.bannernext:after{
	color:#fff;
	font-size:30px!important;
}
.bannerprev{
	left:8% !important;
}
.bannerprev:after{
	color:#fff;
	font-size:30px!important;	
}
@media(max-width:1000px){
	.banner{
		margin-top:54px;
	}
}
.index-culture{
	padding:60px 0;
}
.icz{
	width:calc(50% - 20px);
	padding:100px 40px;
	background-image: url(../image/c1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color:#fff;
	box-sizing:border-box;
}
.icy{
	width:calc(50% - 20px);
	padding:100px 40px;
	background-image: url(../image/c2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color:#fff;
	box-sizing:border-box;
}
.s2p1{
	font-size:48px;
	font-family:"Roboto";
	max-width:350px;
}
.s2p2{
	font-size:30px;
	margin-bottom: 10px;
}
.s2p3{
	font-size:18px;
	color:#fff;
	transition:1s;
}
.s2p3:hover{
	letter-spacing: 2px;
	color:#fff;
}
.s2p3 img{
	transition:1s;
}
.s2p3:hover img{
	transform: rotate(360deg);
}

.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 99999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media(max-width:1000px){
	.icz,.icy{
		width:100%;
	}
}
.s3{
	position: relative;
	width:100%;
	height:1000px;
	color:#fff;
}
.s3 video{
	position: absolute;
	right: 0px;
	left:0px;
	bottom: 0px;
	top:0px;
	
	width:1920px;
	min-width:1920px;
	z-index: -11;
}
.s3 video source{
	width:100%;
	height:100%;
}
.s3 .index-tit{
	text-align:left;
	color:#fff;
}
.s3 .index-tit h6{
	color:#fff;
}
.s3 .index-tit span{
	color:#fff;
}
.s3 .index-tit:after{
	left:0!important;
	background-color: #fff;
}
.s3 .swiper-slide{
	padding:100px 2% 100px 7.5%; 
	box-sizing:border-box;
}
.s3z{
	padding-top: 150px;
	max-width:550px;
	width:42%;
}
.s3p1{
	font-size: 58px;
	font-weight: 800;
	line-height: 1;
	margin-bottom:50px;
}
.s3p2{
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	margin-bottom:10px;
}
.s3p3{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-bottom:90px;
	max-width:550px;
}
.s3p4{
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom:20px;
	display:block;
	color:#fff;
}
.s3p4 span{
	display: inline-block;
	border-radius: 50%;
	border:1px solid #b8bdc1;
	width:8px;
	height:8px;
	margin-right: 5px;
}
.s3p4 :hover span{
	border:1px solid #fff;
}
.s3y{
	padding-top: 100px;
	width:48%;
	position: relative;
}
.s3yq{
	max-width: 550px;
	width:100%;
	animation: rotate360 20s linear 0s infinite;
	position: absolute;
	left: 0;
	top: 100px;
}
.s3ycp{
	max-width: 550px;
	width:100%;
	position: absolute;
	left: 0;
	top: 100px;
}
@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}

.s3next{
	background:#005eb8;
	right:20%!important;
	width: 50px!important;
	height: 50px!important;
	text-align: center;
	border-radius: 50%;
	animation: pin02 3s ease-in-out 0s infinite;
}
.s3next:after{
	font-size:20px!important;
	color:#fff;
}
.s3prev{
	background:#005eb8;
	left:auto!important;
	right:20%!important;
	width: 50px!important;
	height: 50px!important;
	top:calc(50% + 100px)!important;
	text-align: center;
	border-radius: 50%;
	animation: pin02 3s ease-in-out 0s infinite;
}
.s3prev:after{
	font-size:20px!important;
	color:#fff;
}
.shu{
	height:100%;
	width:2px;
	background: #fff;
	right:calc(20% + 25px)!important;
	position: absolute;
	top:0;
}
@-webkit-keyframes pin02 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}

	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
	}

	100% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
}
.s3prev:before,.s3next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(56, 186, 177, 0.1);
    -webkit-animation: circlepulse 1.5s ease 0s infinite;
    animation: circlepulse 1.5s ease 0s infinite;
}
@-webkit-keyframes circlepulse {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}

.s3img{
	width:100%;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
@media(max-width:1000px){
	.jhsp{
		display: none;
	}
	.s3{
		background: #0667b7;
	}
	.s3 .index-tit::after{
		margin:auto;
	}
	.s3 .swiper-slide{
		padding: 30px 7.5% 0px;
	}
	.s3z{
		padding-top:20px;
		width:100%;
	}
	.s3p1{
		font-size:28px;
	}
	.s3p3{
		margin-bottom: 30px;
	}
	.s3y{
		width:100%;
		padding-top: 30px;
	}
	.s3yq,.s3ycp{
		top:0;
	}
	.shu{
		display: none;
	}
	.s3next{
		top:auto!important;
		bottom:60px!important;
	}
	.s3prev{
		top:auto!important;
		bottom:60px!important;
		left: 20% !important;
		right: auto !important;
	}
}
.s4{
	width:100%;
	padding:60px 0 100px;
}
.s4z{
	width:calc(50% - 40px);
	height:450px;
}
.s4d{
	width:100%;
	height:450px;
	position: relative;
	display: block;
}
.s4img{
	display: block;
	width:100%;
	height:450px;
}
.s4p1{
	position: absolute;
	bottom:0;
	background: rgb(0,0,0,0.6);
	color:#fff;
	padding:15px 20px;
	width:100%;
	z-index:9;
	left:0;
	box-sizing:border-box;
}
.s4next:after{
	color:#fff;
}
.s4prev:after{
	color:#fff;
}
.s4pagination{
	bottom: 17px!important;
	width:100px!important;
	right:0px;
	left:auto!important;
}
.s4pagination .swiper-pagination-bullet-active{
	background: #fff!important;
}
.s4y{
	width:50%;
}
.s4ya{
	width:100%;
	padding:25px 20px;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
}
@media(max-width:1000px){
	.s4{
		padding:30px 0;
	}
	.s4z{
		width:100%;
		height:auto;
	}
	.s4img{
		height:200px;
	}
	.s4d{
		height:auto;
	}
	.s4y{
		width:100%;
	}
	.flast{
		width:100%;
		margin: auto;
	}
	.ewm{
		width:calc(50% - 10px);
		margin:0;
	}
}
.menu-content{
	width:100%;
}
.menu-content li{
	display: inline-block;
	width:100%;
	font-size:16px;
}
.menu-content li a{
	width:100%;
	font-size:16px;
	display: inline-block;
	text-align:right;
	padding:10px 20px;
	box-sizing:border-box;
}
.menu-content li:hover{
	background: #005eb8;
	color:#fbd100;
}
.menu-content li:hover a{
	color:#fbd100;
}

.menu-content li.cur{
	background: #005eb8;
	color:#fbd100;
}
.menu-content li.cur a{
	color:#fbd100;
}

@media(max-width:800px){
	.menu-content{
		display:none;
	}
}